home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: rizzo@yer.moms.house (Franklin J. Rizzo)
- Newsgroups: comp.lang.c++
- Subject: TC++ 3.0 and Seembler?!?! HELP!
- Date: Fri, 01 Mar 1996 05:37:23 GMT
- Organization: Netcom
- Message-ID: <31368d02.10968302@nntp.ix.netcom.com>
- NNTP-Posting-Host: dby-ct2-03.ix.netcom.com
- X-NETCOM-Date: Thu Feb 29 9:53:43 PM PST 1996
- X-Newsreader: Forte Agent .99c/16.141
-
- All I want is to use an assembler function as a class member function!
- I've tried what many posters here, and the FAQ suggest. I can link
- ASM procedures as 'C' type functions, but not C++ class member
- functions.
-
- I've tried " extern "C" blah(int b); "
- But turbo says "Storage class 'extern' is not allowed here". Is TC++
- 3.0 just so shitty??
-
- Atleast if I could get my labels in the inline assembler to be
- recognized, I could make it work that way. But no. That's no good
- either. Any suggestions?
-
- Thanks,
- Sean
-